
/* 背景画像 */
body{
background-image:url("../pic2025/n25_dot.png");
}

@keyframes photoimg {
	from {
		opacity: 0;
		transform: translateY(0);
	} to {
		opacity: 1;
		transform: translateY(20px);
	}
}

/* 文字調整 */
#l1 {
	margin-right: -60%;
	font-size: 16px;
}
	
#l2 {
	margin-right: -60%;
}

/* PCサイズでは非表示 */
.syoukai2 {
	display: none;
	text-align: center;
	color: #223a70;
}

.kaigyou2 {
	display: none;
}

/*--------BGM文章----------*/
.nav-overlay__item{
	text-align:left;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10%;
	margin-right: 5%;
	margin-left: 5%;
	font-family:"BIZ UDGothic", sans-serif;
	line-height: 1.5;
}
/*--------volのフォント--------*/
.volChou{
	font-family: "BIZ UDGothic",sans-serif;
	}
/* 画面サイズによる改行 */
@media (min-width: 1124px) {
	.kaigyou {
		display: none;
	}
}

/* よくわからない */
.haikei {
	font-family: "BIZ UDGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
} 

.syoukai {
	text-align: center;
	color: #223a70;
}

/* 英語バージョンの文字位置調整 */
#ensty1 {
	margin-top: -25px;
	margin-left: 22%;
	display: block;
}


/* BGM関連 */
.ongaku {
	margin-top: 900% !important;
}

.hamburger-overlay2 {
	position: relative;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#bgmLogo {
	position: relative;
}

/* 写真位置調整 */
#photoul{
	
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	padding: 0;
	margin-top: 20px;
	gap: 30px;
	
}

h4 {
	margin-top: 50px;
}

/* 写真調整 */
.photoli{
	
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 250px;
	height: 50px;
	justify-content:center;
	
	text-align: center;
	align-items: center;
	
	background: #83A6CD;
	border-radius: 30px;
	padding: 0px;
	margin: 50px;
	color: white;
}

/* 画面サイズでのリスト表示調整 */
@media screen and (max-width: 1124px) {
  #photoul{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
	}
}

/* ボタンのデザイン */
input[type="button"] {
	font-family: "Kaisei Decol", serif;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	
	width: 250px;
	line-height:1;
	border: 0;
	
	background-color: #6C9BD2;
	color: #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 0px;
	color: white;
	transition: background-color 0.3s;
	cursor:url('../pic2025/n25_cursor/n25_ピン(photo).png'),pointer;/*カーソル*/
}

input[type="button"]:hover{
	background-color: #fff;
	color: #6cc7f4;
	box-shadow: 0 0 20px 0 rgba(108, 199, 244, 0.5);
}

input[type="button"]:focus{
	background-color: #fff !important;
	color: #6cc7f4 !important;
	box-shadow: 0 0 20px 0 rgba(108, 199, 244, 0.5) !important;
}
/* ここまでボタンのデザイン */

/* 写真の調整 */
.photo {
	list-style:none;
	padding: 0;
	margin:0;
	position: relative;
}

.mihiraki {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	padding: 0;
	gap: 10px;
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 10px;
}

.photoimg {
	width: auto;
	padding:0;
	margin: 5px;
	height: 250px;
	border-radius: 20px;
	border: 2.5px solid #b9cceb;
	transition: transform 0.5s ease;
}

.photoimg1 {
	width: auto;
	padding:0;
	margin: 5px;
	height: 250px;
	border-radius: 20px;
	border: 2.5px solid #b9cceb;
	transition: transform 0.5s ease;
}
/* ここまで写真の調整 */

/* それぞれに表示する写真の内容とターゲット指定 */
#target1{
	margin-top: -50px;
	padding-top: 75px;
}

#target2{
	margin-top: -50px;
	padding-top: 75px;

}

#target3{
	margin-top: -50px;
	padding-top: 75px;

}

#print1 {
	display: flex;
	flex-wrap: wrap;
	texr-align:center;
	display:none;
	padding: 0;
	margin:0;
}

#print2 {
	display: flex;
	flex-wrap: wrap;
	texr-align:center;
	display:none;
	padding: 0;
	margin:0;
}

#print3 {
	display: flex;
	flex-wrap: wrap;
	texr-align:center;
	display:none;
	padding: 0;
	margin:0;
}
/* ここまでターゲット指定 */

/* よくわからない */
.moji {
	font-family: "BIZ UDGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #223a70;
	font-size: 23px;
	padding: 0;
}

.setumei {
	padding: 0;
	margin: 0;
}
/* ここまでよくわからない */

/* 写真ホバー時アクション */
.photoimg1:hover {
	transform: scale(1.1);
}

.photoimg:hover {
	transform: scale(1.1);
}
/* ここまで写真ホバー時アクション */

/* 写真調整 */
.photoimg2 {
	width: 400px;
	padding:0;
	margin: 5px;
	height: 300px;
	border-radius: 20px;
	border: 2.5px solid #b9cceb;
	cursor: pointer;
	position: relative;
	transition: transform .5s ease;
}

/* 画面サイズによる写真調整 */
@media screen and (max-width: 1124px) {
	.photoimg2 {
		display: block;
		width: 80%;
		padding:0;
		margin: auto;
		height: auto
	}
	
	.moji {
		font-family: "BIZ UDGothic", sans-serif;
		font-weight: bold;
		text-align: center;
		color: #223a70;
		font-size: 15px;
		padding: 0;
	}
	
	#l1 {
		margin-right: 10%;
		margin-left: 7% !important;
	}
	
	#l2 {
		margin-right: 20%;
		margin-left: 7% !important;
		
	}
	
	.ja01 {
		margin-left: 60% !important;
		margin-right: -70% !important;
	}
	
	.ja02 {
		margin-left: 60% !important;
		margin-right: -70% !important;
	}
	#ensty1 {
		display: none;
	}
}
/* ここまで */

/* よくわからない */
.photo2 {
	list-style:none;
	padding: 0;
	margin:0;
	gap: 20px;
}

.button {
	position: relative;
}
/* ここまでよくわからない */

/* ここからキラキラ関連 */
/* キラキラ部分 */
.star {
	position: absolute;
	display: block;
	width: 10px; /* キラキラの横幅を指定 */
	height: 10px; /* キラキラの縦幅を指定 */
	background-image: url("../pic2025/n25_glitter/n25_star-yellow.svg"); /* キラキラの画像のパスを記入 */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	animation: button 1s;
	pointer-events: none;
}

/* キラキラが発生するアニメーション */
@keyframes button {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes button1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}
/* ここまでキラキラ関連 */

/* ここから通勤経路ホバー時アニメーション */
.image_link{
 display:block; 
 position:relative;
 text-decoration:none;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100.5%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
  border-radius: 20px;
  margin-left: 1.5%;
}

@media (max-width: 1124px) {
	.image_link:before{
		margin-left: -0.1%;
	}
	.syoukai {
		width: 100%
	}
}

.image_link:after{
  content:"VIEW MORE";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  line-height:200%;
  width:180px;
  border:solid 1px #fff;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:49.5%;
  left:51.5%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover:before{
  opacity:0.5;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}
/* ここまで通勤経路ホバー時アニメーション */

/* 画面サイズによる調整 */
@media (max-width: 1200px) {
	.ongaku {
	display: none;
	}
	
	.syoukai {
	width: 100%
	margin-left: 25%;
	margin-right: -25%;
	}
	
	#l1 {
		margin-left: 20%;
		margin-right: -10% !important;
	}
	
	#l2 {
		margin-left: 20%;
		margin-right: -10% !important;
	}
	
	#ensty1 {
		display: none;
	}
	
	.syoukai2 {
		display: block;
	}
}

@media (max-width: 600px) {
	.ongaku {
	display: none;
	}
	
	.kaigyou {
		display: block;
	}
	
	.syoukai {
		width: 100%
	}
	
	#l1 {
		margin-left: -15% !important;
		
	}
	
	#l2 {
		margin-left: -15% !important;
	}
	
	.ja01 {
		margin-left: 10% !important;
		margin-right: -25% !important;
	}
	
	.ja02 {
		margin-left: 10% !important;
		margin-right: -25% !important;
	}

}

@media (max-width: 450px) {
	.kaigyou2 {
		display: block;
	}
	
	.kaigyou3 {
		display: none;
	}
	
	.photoli {
		margin-left: 5%;
		margin-right: 5%;
	}
}
/* ここまで画面サイズ調整 */

/*--------ハンバーガーメニュー--------*/
/*位置調整*/
.nav-fade__list{
	margin-top:10%;
}
.nav-fade__list1 .nav-fade__item{
	padding-left:0;
}
/* 横画面（ランドスケープモード）の場合 */
@media only screen and (orientation: landscape) {
	/*↓ハンバーガーメニュースクロールさせる↓*/
	.nav-fade__wrapper{
		height:100vh;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	/*ハンバーガーメニューの言語選択を横に並べる*/
	.nav-fade__list1 .nav-fade__item{
		display: inline-block;
		padding-left:15px;
	}	
}
